home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / rur_251.zip / RUR.NEW < prev   
Text File  |  1991-09-08  |  3KB  |  75 lines

  1.  
  2. ╓─────────────────────────────────────────────────────────────────────────────╖
  3. ║ ░░░░░░░ New in Version 2.51  ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ║
  4. ╙─────────────────────────────────────────────────────────────────────────────╜
  5.  
  6.  
  7.  *  Oeps... When using the default names when posting messages RUR
  8.     would take RUR_PRG.UP and send it to people who where downgraded
  9.     and RUR_PRG.DOW for people who uploaded enough and where upgraded...
  10.  
  11.  *  Removed RUR_FD.EXE from the Archive. With the new filedoor 2.x it's
  12.     completely useless...
  13.  
  14.  *  Upgraded RUR_DOOR to my new comunit, and made it Ra 1.10 compatible...
  15.  
  16.  
  17. ╓─────────────────────────────────────────────────────────────────────────────╖
  18. ║ ░░░░░░░ New in Version 2.5   ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ║
  19. ╙─────────────────────────────────────────────────────────────────────────────╜
  20.  
  21.  
  22.   *  Made the complete RUR package confirm the Ra 1.0 structures.
  23.  
  24.   *  Removed the origin line in the message text in RUR_PRG.
  25.  
  26.   *  Changed the name when writing messages from "RUR" into the
  27.      sysop's name as set in config.ra.
  28.  
  29.   *  RUR_DOOR has now internal ansi support, ansi.sys is no longer needed.
  30.  
  31.   *  Changed the colom on the local screen in RUR_DOOR. Most function keys    
  32.      as in Ra will work, including chat mode, lock out, hangup en sysopnext.
  33.  
  34.   *  Instead of using hard-codes messages, RUR is now totally configurable.
  35.      You can use control codes in the message text! which will be replaced
  36.      by RUR onto the correct values. The following control codes are
  37.      valid:
  38.  
  39.      @A    Users full name
  40.      @B    Users first name
  41.      @C    Users last name
  42.      @D    Location
  43.      @E    Last time user was on
  44.      @F    Last date user was on
  45.      @G    Number of Calls
  46.      @H    Amount of files uploaded
  47.      @I    Amount of kilobytes uploaded
  48.      @J    Amount of files downloaded
  49.      @K    Amount of kilobytes downloaded
  50.      @L    Amount of kilobytes needed before level upgrade /
  51.            Amount of kilobytes still available 
  52.      @M    Free K
  53.      @N    Differents between free K and K downloaded
  54.      @O    The effected Ratio (1:x)
  55.      @P    Amout uploaded * ratio (in kilobytes)
  56.      @Q    Amout the user has to upload in order to get upgraded 
  57.            (Use this only in rur_prg.dow, this number is actually @L div @O)
  58.      @R    User's old level
  59.      @S    User's new level
  60.  
  61.   *  By default RUR uses 'RUR_PRG.DOW' and 'RUR_PRG.UP' for the filenames
  62.      containing the messages text.
  63.      It's now possible to specify other filenames in RUR.CTL as fourth
  64.      parameter for these default names, so you can send different messages
  65.      to different kind of user groups.
  66.     
  67.      The syntax for the third and following lines in RUR.CTL are now:
  68.  
  69.      <bad level>  <good level>  <ratio>  [filename containing msgtext]
  70.  
  71.      The fourth parameter must be supplied WITHOUT extension, the extensions
  72.      for the two messages are still hardcoded into: '.DOW' and '.UP'
  73.  
  74.  
  75.